GcSkiaBitmap Constructor(Image,Nullable<Rectangle>)
In This Topic
Initializes a new instance of the
GcSkiaBitmap class.
Syntax
'Declaration
Public Function New( _
ByVal As Image, _
Optional ByVal As System.Nullable(Of Rectangle) _
)
public GcSkiaBitmap(
Image ,
System.Nullable<Rectangle>
)
Parameters
- image
- GrapeCity.Documents.Drawing.Image used as the source of image data. JPEG, PNG and WEBP formats are supported.
- clipRect
- Clipping rectangle of the image to be loaded.
See Also